home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvdraw / examples / testwin / exampletestwin.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1997-05-19  |  1.0 KB  |  53 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CTestDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "exampletestwin.h"
  9. LastPage=0
  10.  
  11. ClassCount=2
  12. Class1=CTestDlg
  13.  
  14. ResourceCount=2
  15. Resource1=IDD_TESTWINDOW
  16. Class2=CTestChildWnd
  17. Resource2=IDD_DIALOG1
  18.  
  19. [CLS:CTestDlg]
  20. Type=0
  21. BaseClass=CDialog
  22. HeaderFile=TestDlg.h
  23. ImplementationFile=TestDlg.cpp
  24. Filter=D
  25. VirtualFilter=dWC
  26.  
  27. [DLG:IDD_DIALOG1]
  28. Type=1
  29. Class=CTestDlg
  30. ControlCount=8
  31. Control1=IDGO,button,1342242817
  32. Control2=IDCANCEL,button,1342242816
  33. Control3=IDC_RUNAREA,button,1342177287
  34. Control4=IDC_SPEED,msctls_trackbar32,1342242825
  35. Control5=IDSTOP,button,1342242816
  36. Control6=IDC_STATIC,button,1342177287
  37. Control7=IDC_STATIC,static,1342308354
  38. Control8=IDPAUSE,button,1342242816
  39.  
  40. [DLG:IDD_TESTWINDOW]
  41. Type=1
  42. Class=CTestChildWnd
  43. ControlCount=0
  44.  
  45. [CLS:CTestChildWnd]
  46. Type=0
  47. HeaderFile=TestChildWnd.h
  48. ImplementationFile=TestChildWnd.cpp
  49. BaseClass=CDialog
  50. Filter=D
  51. VirtualFilter=dWC
  52.  
  53.